type net/http.http2randomWriteScheduler

7 uses

	net/http (current package)
		h2_bundle.go#L10795: 	return &http2randomWriteScheduler{sq: make(map[uint32]*http2writeQueue)}
		h2_bundle.go#L10798: type http2randomWriteScheduler struct {
		h2_bundle.go#L10811: func (ws *http2randomWriteScheduler) OpenStream(streamID uint32, options http2OpenStreamOptions) {
		h2_bundle.go#L10815: func (ws *http2randomWriteScheduler) CloseStream(streamID uint32) {
		h2_bundle.go#L10824: func (ws *http2randomWriteScheduler) AdjustStream(streamID uint32, priority http2PriorityParam) {
		h2_bundle.go#L10828: func (ws *http2randomWriteScheduler) Push(wr http2FrameWriteRequest) {
		h2_bundle.go#L10842: func (ws *http2randomWriteScheduler) Pop() (http2FrameWriteRequest, bool) {